-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce GMD + ATD #479
Introduce GMD + ATD #479
Conversation
thagikura
commented
Dec 12, 2022
- Introduce Gradle Managed Device definition in a single module (core-database at the moment) using Automated Test Device
GMD setup is failing with:
https://github.com/android/nowinandroid/actions/runs/3673045398/jobs/6212504226 |
I ran it 10 times and failed it due to the lack of disk space 2 times. I'll see if it can be stabilized. |
1ac77f3
to
392408c
Compare
After this commit 392408c as advised in https://issuetracker.google.com/issues/216744701, 2 attempts still failed out of 10 attempts. Now I enabled more logging in this set of Actions. If we still see failed jobs, I'm considering filing a bug against GMD. |
The last 10 attempts succeeded as in https://github.com/android/nowinandroid/actions/runs/3683976750 Do you think it's acceptable @dturner ? Also this PR only enables GMD in the core-database module, the rest of the modules need to be addressed, too. |
- Introduce Gradle Managed Device definition in a single module (core-database at the moment) using Automated Test Device
task Change-Id: Ibec569886c3bc8f94f402a62c7dc4205b628eec6
Change-Id: I491e4eb82a1b64842902023dd20993e89ee3ef0c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try using GMD everywhere so we can compare it with ReactiveCircus for the whole codebase.
Agreed. Let's see the flakiness to compare with ReactiveCircus. |
Add GMD to other modules that have instrumented tests Change-Id: I9355b3792bf9cec98a7a4dbe66ea9c1332a29a79
7ab16e3
to
30c662e
Compare
Change-Id: Ie1594611482ec51e409a28c51c43e88457aa44bb
Change-Id: I253ada072534d96e7e56d7e6d054d762781dddd9
Change-Id: Ia27cc69ceeea0681452f4e30a927fd39416c4b26
Change-Id: Iae88930e2e04131b50da1ff867bbe44e428c464a
Change-Id: I33ee689d01717fec1761415b39d1a373f4a1a8e1
Change-Id: I1e6d618c2e1e347cc9ff0e483264f267bd95981e
Change-Id: Ie57be3a6206bb6959b8d2318a49b33eed6f0f79c
Change-Id: Ie082ff1f899b70452e494d65bde07d65fff661e7
Added GMD to modules that have instrumented tests. Can you have a look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove setup android SDK for experiment Change-Id: I55fc1826ffeb9254ca53e7227555ec4879f38079
Change-Id: I0866369e3d0bbe148ca5ec1f92bad59239a347b8
Friendly reminder to @dturner please resolve the change request if the PR looks good. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for doing this.